crypto/tls.certificateRequestMsg.certificateTypes (field)
9 uses
crypto/tls (current package)
handshake_client.go#L1173: for _, certType := range certReq.certificateTypes {
handshake_messages.go#L1696: certificateTypes []byte
handshake_messages.go#L1703: length := 1 + len(m.certificateTypes) + 2
handshake_messages.go#L1720: x[4] = uint8(len(m.certificateTypes))
handshake_messages.go#L1722: copy(x[5:], m.certificateTypes)
handshake_messages.go#L1723: y := x[5+len(m.certificateTypes):]
handshake_messages.go#L1767: m.certificateTypes = make([]byte, numCertTypes)
handshake_messages.go#L1768: if copy(m.certificateTypes, data) != numCertTypes {
handshake_server.go#L607: certReq.certificateTypes = []byte{
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |